home *** CD-ROM | disk | FTP | other *** search
-
- alloc.c: Allow memeory check from within emacs
-
- callproc.c temp space for a /tmp file name.
- install flag for dev/null (cannot be installed when dumping
- only install in interactive mode)
- don't close pipe/file in process cleanup, do it right
- after process has compleated.
- install /dev/null (plug&play device driver.)
- open /tmp file in R/W mode
- when searching for executables check some obvious extensions.
- avoid some excess file closes on the ST.
- close both ends of pipes on a failed vfork()
- close write end after exec?()
- use tmpnam() for all temport name generations.
- deleted code to set priority and close child's descriptors.
- removed extranious closes before i/o redirection.
- don't in, out, err after dup2()'ing
-
- data.c: added a (_Sigfunc) typecast
-
- dired.c: cast added for XSTRING to quite gcc
-
- dispnew.c: added #include <time.h> for atarist
- allow a key to exit input-waiting func
- set meta key on by default (not in most peoples termcap file)
-
- emacs.c: added (__Sigfunc) to many signal calls (kepp gcc quite)
- added INIT_SYSTEM (atari st specific init code)
- undefined SIGIO
- changed SEPCHAR (then back to ':')
-
- fileio.c: added <fcntl.h>
- shortened temp file names
- added char unxdir[128] for dos2unix/unix2dos calls
- ?:/ recognized as a fully quantified path name.
- changed several parameters in some open and creat calls
-
-
-
- keyboard.c implement my_alarm() for notification of possible change
- in emacs' current echo status.
- rewrote keyboard input to use xconsole's remappable input routines.
- some simple typecasts. (quiet gcc)
- undefine SIGSTP
-
- keymap.c a single cast.
-
- lread.c: added static int read_escape declaration
- changed ifdef for VMS to include atarist
-
-
- (This stuff on dumping is really due to Edgar Roeder, without him a
- dumpable 18.57 would never have happened! Many thanx Edgar!!!!!!!)
-
- sysdep.c included basepage.h for dumping
- include fcntl.h
- ingore most of the UNIX process control code.
- undefine SIGSTP.
- allow ^z o spawn a subshell. SHELL ev must be set!
- some small typecasts
- remove SIGIO code, make he system CROAK on SIGIO
- limit the # of ioctl() calls. (Most are not needed)
- added PASS8 flag to terminal inits.
- added basepage lookup for text/bss/data start and lengths
- removed the handling on UNIX like processing of buffered
- characters.
- defined random() as rand().
- set defualt UNIXMODE = /.,rCLAHdb
- stack = 3L (keep 3/4 of memory)
-
-
- (Frank Ridderbusch put me on to a much better way to do the key bindings in
- a local keymap way. Thanx frank!)
- term.c: included <keycodes.h>
- added extern void initialize_st_bindings for xconsole i/o
- called initialize_st_bindings
-
- unexec.c included several header files and defines (for dumping - ER!!!!!!)
- some simple prototypes.
- force a _delete of the symdir cache.
- added some code to trace through memory
- changed the crucial "magic number" (start of executable)
- removed mark_x()
-
- window.c: declared three functions as static int (prototypes)
-
- xdisp.c: undefined SIGIO
- ifdef'ed out code in two places involving requesting &
- unrequesting sigio
-
-